Fix LAPACK finding CMake code
authorVictor Westerhuis <VJ.Westerhuis@student.han.nl>
Fri, 9 Sep 2022 12:01:42 +0000 (14:01 +0200)
committerSantiago Vila <sanvila@debian.org>
Thu, 18 Dec 2025 11:30:00 +0000 (12:30 +0100)
commit4651ab511af06f4c177b1826666d974de93f9b25
treee4f1dd38ab3f3c4a9b82bbe7ef44744d3af64c86
parent8d97ac380cd28443642cf7099688e245bd5bb310
Fix LAPACK finding CMake code

On Debian cblas.h and lapacke.h are not installed in the same include
directory. This does not matter when compiling, but the custom header
check in OpenCV fails on it. Force OpenCV to use the standard CMake
check_include_file function to do the check so it succeeds.

Gbp-Pq: Name 0006-Fix-LAPACK-finding-CMake-code.patch
cmake/OpenCVFindLAPACK.cmake